home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / IconBuilder / SilkScreen / source / SilkScreen.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  488 b   |  37 lines

  1. ProgressView = {
  2.     ACTIONS = {
  3.     increment:;
  4.     takeDoubleValueFrom:;
  5.     takeFloatValueFrom:;
  6.     takeIntValueFrom:;
  7.     };
  8.     SUPERCLASS = View;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. SilkScreen = {
  16.     ACTIONS = {
  17.     };
  18.     OUTLETS = {
  19.     interpolateBox;
  20.     BBox;
  21.     ABox;
  22.     GBox;
  23.     toleranceSlider;
  24.     destColourWell;
  25.     sourceColourWell;
  26.     RBox;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. MyApp = {
  31.     OUTLETS = {
  32.     controller;
  33.     inspector;
  34.     };
  35.     SUPERCLASS = Object;
  36. };
  37.